home *** CD-ROM | disk | FTP | other *** search
/ MacFormat 1996 July / macformat-039.iso / Extras / FileMaker Pro 3.0 CD Extras / FileMaker And Apple Events / Syntax Examples / Objects / Request Properties < prev    next >
Encoding:
Text File  |  1996-01-25  |  159 b   |  7 lines  |  [TEXT/ToyS]

  1. tell application "FileMaker Pro"
  2.     class of first request
  3.     best type of request 1
  4.     default type of request 1
  5.     ID of request 1
  6.     omitted of every request
  7. end tell